Skip to main content

ICrudEventsExecutor<T>

Assembly: ServiceStack.Server.dll
View Source
Declaration
public interface ICrudEventsExecutor<in T>
where T : CrudEvent

Methods

ExecuteAsync(T)

View Source
Declaration
Task ExecuteAsync(T crudEvent)
Returns

Task

Parameters
TypeName
<T>crudEvent